home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / pcp_z.arc / PCP&Z.TXT < prev   
Text File  |  1988-07-07  |  2KB  |  55 lines

  1. The following message from MicroSellar sysop Mark Rapp describes a
  2. possible fix for the network problems some PCP users have had when
  3. calling the HST 9600 baud modems.
  4.  
  5. A definition of the "-w" and "z pb1" parameters of DSZ module follow
  6. the message.
  7.  
  8. ---------------------------------------------------------------------
  9.  
  10. Date: 07-05-88 (18:24)              Number: 11846  
  11.   To: ALL                           Refer#: NONE
  12. From: SYSOP                           Read: (N/A)
  13. Subj: HST'S/DSZ/PCP                 Status: PUBLIC MESSAGE
  14.  
  15. A US Robotics HST 9600 baud modem is now online.  Since the comm port is
  16. being held open at 19,200, and PC Pursuit's congestion adversely affects
  17. flow control, please modify your DSZ command line for SENDS to:
  18.  
  19. dsz ha both z pb1 sz -w   (Note the "-w")
  20.  
  21. If your modem does not have a built-in buffer, you may need to remove
  22. the "ha both" paramater.  Without the addition of "-w", you will NOT be
  23. able to transmit files to this system (if you are using PC Pursuit).
  24.  
  25. To download, you need do nothing on your end, except choose the "P"
  26. protocol, now available, which is a modified Zmodem for PC Pursuit.
  27.  
  28. Please let me know how this works out for those of you having
  29. difficulties here the last few days.
  30. ---
  31.  * Via ProEdit 2.7ß5
  32.  
  33. ----------------------------------------------------------------------
  34.  
  35. sz    [-abefnprtY+y] [-w[N]]  file ...        (ZMODEM send)
  36.                      ^^^^^^^
  37. w =      0
  38. w If non 0, restrict the ZMODEM transmitted window to the specified
  39.   number of bytes.  Setting this parameter to N requests
  40.   acknowledgements from the receiver every N/4 characters.  ZCOMM then
  41.   waits for acknowledgements from the receiver whenever it has sent N
  42.   more characters than it has received acknowledgements for.  This
  43.   parameter is useful with networks with defective flow control, and
  44.   with networks that store an excessive number of characters in
  45.   transit.
  46.  
  47. b =      0
  48. b If non zero, ZMODEM sends a break when it is sending a file and
  49.   receives a retransmission request.  This mode of operation may be
  50.   used with high speed modems to clear unwanted characters from the
  51.   modem's buffer during error recovery.  Usually, the modem must be
  52.   given a configuration command to set the proper action to take when
  53.   receiving a break signal.
  54.  
  55.